.header-content {
			padding-left: 80px;
		}
		.header-content h1 {
			font-size: 40px;
		}
		.header-image img {
			height: 465px;
		}
		section.submit_section {
			padding: 40px 0px 80px;
			text-align: left;
		}

		button#submit-btn {
			position: relative;
			right: 0;
			bottom: auto;
		}
		.check_sec {
			display: flex;
			margin-bottom: 15px;
			padding-left: 20px;
		}
		.check_sec a {
			color: #000;
			text-decoration: underline;
		}
		button.submit-btn {
			border: 0;
			padding: 13px 30px;
			background: #FF4713;
			color: #000;
			font-weight: 800;
			font-size: 16px;
		}
		button.submit-btn:hover {
			background: #000;
			color: #fff;
			box-shadow: 3px 3px 3px 0px #0912054a;
		}
		.required_field  {
		  color: #c00b28;
		  font-weight: normal; 
		  padding-left: 16px;
		}
		.eyebrow{
			color: #FF4713;
			font-weight:bold;
			margin-top:55px;
		}
		.header-content h1 {
			font-weight: bold;
			margin-top: 35px;
			font-size: 40px;
			margin-bottom: 30px;
			
		}